home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Entertainment / MacMud / makefile < prev    next >
Encoding:
Makefile  |  1992-03-31  |  155 b   |  8 lines  |  [TEXT/MPS ]

  1. Coptions =  -sym full -mbg full -i "{UnixIncludes}"  -s unixlib
  2.  
  3. all ƒ unixlib.c.o
  4.  
  5. .c.o ƒ .c
  6.     c {depDir}{default}.c -o {targDir}{default}.c.o {Coptions}
  7.  
  8.